🛠️ All DevTools

Showing 1221–1240 of 4340 tools

Last Updated
April 26, 2026 at 08:00 AM

[Other] Show HN: Sightline – Shodan-style search for real-world infra using OSM Data Hi HN,<p>I built *Sightline*, a Shodan-style search engine for *physical-world infrastructure*.<p>Shodan makes it easy to explore exposed internet services. Sightline applies the same idea to the real world, using OpenStreetMap as the data source.<p>You can search things like:<p>* “telecom towers in karnataka” * “power plants near mumbai” * “data centers in paris france”<p>or use structured queries:<p>* `type:telecom operator:airtel region:karnataka` * `type:data_center operator:google`<p>Sightline:<p>* uses Overpass API for querying OSM features * uses Nominatim for resolving countries, regions, and cities * avoids hardcoded geography * uses deterministic, rule-based parsing (no AI inference)<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;ni5arga&#x2F;sightline" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ni5arga&#x2F;sightline</a> Try it out: <a href="https:&#x2F;&#x2F;sightline-maps.vercel.app" rel="nofollow">https:&#x2F;&#x2F;sightline-maps.vercel.app</a>

Found: January 25, 2026 ID: 3111

Hostim.dev

Product Hunt

[DevOps] Simple Docker hosting with managed databases. Run Docker apps with managed MySQL, Postgres, Redis and storage. Deploy from Docker or Git (Compose supported). EU bare-metal, HTTPS, metrics. From €2.50/mo.

Found: January 25, 2026 ID: 3112

MiniMate

Product Hunt

[Other] Open-source AI search agent inspired by Genspark Minimate brings Genspark-style agentic search to developers. Our AI agent autonomously plans searches, crawls web content, and synthesizes comprehensive answers. open-source, self-hostable, and free. Built with Claude, Playwright & Python.

Found: January 25, 2026 ID: 3115

[Other] a stateless, pure TypeScript search engine for Quranic text. Quran Search Engine is a stateless, pure TypeScript search engine designed for Quranic text. It offers advanced features such as Arabic normalization, exact text search, lemma and root matching through morphology and word maps, and UI-agnostic highlight ranges. Unlike many Quran search solutions, this engine is not tightly coupled to a UI, is fully client-side or server-side, and is both stateless and deterministic. It is TypeScript-first and strongly typed.

Found: January 25, 2026 ID: 3116

Forums

Product Hunt

[Other] AI-powered Q&A for GitHub repositories. Ask questions about any repo and AI agents will clone, explore, and grep the source code to provide source-backed answers.

Found: January 25, 2026 ID: 3119

[CLI Tool] Show HN: VM-curator – a TUI alternative to libvirt and virt-manager I&#x27;ve long wanted to harness QEMU&#x2F;KVM for my desktop virtual machines, but I&#x27;m befuddled by virt-manager&#x27;s lack of support for working NVIDIA 3D acceleration, dogmatic embrace of ugly XML, and the puzzling UI decision of having to click what seems like 15 buttons to attach an ISO to a VM image. When I further learned that NVIDIA&#x27;s broken 3D acceleration is the fault of libvirt as opposed to QEMU&#x27;s virtio driver, I had an idea...<p>Behold, vm-curator! A fast and friendly VM management TUI written in Rust. You can create, configure, organize, and manage VMs directly with QEMU. No libvert. No XML. No wonky UI&#x27;s. Just the right level of friendliness, customization, and speed to be really really useful.<p>The best part? 3D para-virtualization works with NVIDIA cards (via virtio-vga-gl!) No jumping through hoops to get GPU passthrough working!<p>(Disclaimer: This works great with other guest Linux VMs, but is not suitable for Windows gaming. If you want to game on Windows within a VM, passthrough is a must. vm-curator will have fast and friendly support soon.)<p>Looking for contributors (especially to help with the ascii art,) and donations are welcome. (Claude was a big help, but this was not a vibe-coded affair. We pair-programmed approx. 10,000 lines of code here. It was a great way to learn Rust, actually!)

Found: January 25, 2026 ID: 3109

[Other] Building a High-Performance Rotating Bloom Filter in Java

Found: January 25, 2026 ID: 3158

[Other] Show HN: C From Scratch – Learn safety-critical C with prove-first methodology Seven modules teaching C the way safety-critical systems are actually built: MATH → STRUCT → CODE → TEST.<p>Each module answers one question: Does it exist? (Pulse), Is it normal? (Baseline), Is it regular? (Timing), Is it trending? (Drift), Which sensor to trust? (Consensus), How to handle overflow? (Pressure), What do we do about it? (Mode).<p>Every module is closed (no dependencies), total (handles all inputs), deterministic, and O(1). 83 tests passing.<p>Built this after 30 years in UNIX systems. Wanted something that teaches the rigour behind certified systems without requiring a decade of on-the-job learning first.<p>MIT licensed. Feedback welcome.

Found: January 25, 2026 ID: 3108

[Other] Show HN: JSciPy – SciPy-inspired signal processing library for Java and Android jSciPy is an open-source Java signal processing and scientific computing library inspired by SciPy.<p>It focuses on FFT, filters, PSD, STFT, DCT and Android compatibility, aiming to fill the gap for DSP-heavy workloads on JVM and Android.

Found: January 24, 2026 ID: 3105

I Like GitLab

Hacker News (score: 94)

[Other] I Like GitLab

Found: January 24, 2026 ID: 3101

[Other] Show HN: I built a space travel calculator using Vanilla JavaScript I built this because measuring my age in years felt boring—I wanted to see the kilometers.<p>The first version only used Earth&#x27;s orbital speed (~30km&#x2F;s), but the number moved too slowly. To get the &quot;existential dread&quot; feeling, I switched to using the Milky Way&#x27;s velocity relative to the CMB (~600km&#x2F;s). The math takes some liberties (using scalar sum instead of vector) to make the speed feel &quot;fast,&quot; but it gets the point across.<p>Under the hood, it&#x27;s a single HTML file with zero dependencies. No React, no build step. The main challenge was the canvas starfield—I had to pre-allocate the star objects to stop the garbage collector from causing stutters on mobile.<p>Let me know if the physics makes you angry or if the stars run smooth on your device.

Found: January 24, 2026 ID: 3102

[Other] One-click MCP config conversion across AI editors MCP Config Converter lets you paste an MCP config once and instantly convert it into the correct format for your target AI editor — no manual edits, no guessing, no copy-paste mistakes. Whether you’re switching between Cursor, Claude Code, or Gemini CLI, MCP Config Converter automatically detects the source format and converts it with a single click. Built for developers who live inside AI editors and want their tools to just work everywhere.

Found: January 24, 2026 ID: 3103

[Code Quality] Deep code intelligence for AI coding assistants CIE indexes your codebase and gives AI assistants (Claude Code, Cursor) real code intelligence through MCP. 🔍 Multi-Pattern Search — Search multiple patterns in one call 🛡️ Security Audits — Verify no hardcoded secrets exist 📊 Call Graph Analysis — See callers and callees instantly 🧠 Semantic Search — Find code by meaning, not text 🌐 API Discovery — Auto-detect all endpoints 100% local. Free alternative to Sourcegraph Cody.

Found: January 24, 2026 ID: 3104

Domainduck

Product Hunt

[API/SDK] A domain API for pricing, WHOIS, availability and more. DomainDuck.io launched a fast, developer-first Domain Availability & WHOIS API. It offers ultra-fast real-time checks via EPP, WHOIS, RDAP and marketplace feeds, delivering accurate status (available/unavailable/blocked/premium). It covers 1000+ TLDs. Bulk lookups up to 10× cheaper. Data includes premium “Buy Now” prices for 2M+ domains, domain age, creation/renew dates & nameservers. Free tier + plans from $19/mo (30k req). Built for hosting, registrars, SEO & automation.

Found: January 24, 2026 ID: 3106

FA2PNG

Product Hunt

[Other] Turn any Font Awesome icon into a PNG with just a URL Get any Font Awesome icon as a PNG instantly. Just build a URL like /fa/solid/heart/ff0000/128.png - pick icon, color, size, done. 2000+ icons, any color, any size. No signup, no API keys, no limits. 100% free forever.

Found: January 24, 2026 ID: 3110

[Other] Show HN: Open-source Figma design to code Hi HN, founders of VibeFlow (YC S25) here.<p>We mostly work on backend and workflow tooling, but we needed a way to turn Figma designs into frontend code as a kickstart for prototyping. It takes a Figma frame and converts it into React + Tailwind components (plus assets).<p>If you want to try it: You can run it locally or use it via the VibeFlow UI to poke at it without setup (<a href="https:&#x2F;&#x2F;app.vibeflow.ai&#x2F;">https:&#x2F;&#x2F;app.vibeflow.ai&#x2F;</a>)

Found: January 24, 2026 ID: 3099

[Other] Show HN: TempleOS Playground I noticed that Fabrice Bellard added x86_64 support to JSLinux, and I decided to do some work getting TempleOS up and running on it. Enjoy the fruits of my labor: TempleOS, running locally in your browser, completely unoptimized, with some convenient tools for debugging and playing around.

Found: January 24, 2026 ID: 3098

[Other] Show HN: Flux, A Python-like language in Rust to solve ML orchestration overhead

Found: January 24, 2026 ID: 3100

[Other] Show HN: AdaL Web, a local “Claude co-work” [video] AdaL is the world’s first local coding agent with web UI.<p>Claude Code has proven that coding agents work best when they are local, bringing developers back to the terminal.<p>Terminal UIs are fast and great with shortcuts, shell mode, and developer-friendly workflows. But they are limited in history and image display, and the experience varies by terminal and OS. Many of them flicker (buuuut not AdaL CLI ).<p>Most importantly, they can be quite intimidating for non-technical users.<p>This led us to explore new possibilities for a coding agent interface. What if you could get the best of both worlds: - the same core local agent that does tasks exactly like AdaL CLI - combined with a web UI with no limits on UI&#x2F;UX<p>This can be especially powerful for design-heavy and more visual workflows<p>Available at: <a href="https:&#x2F;&#x2F;sylph.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sylph.ai&#x2F;</a>

Found: January 24, 2026 ID: 3097

[Other] Show HN: Dwm.tmux – a dwm-inspired window manager for tmux Hey, HN! With all recent agentic workflows being primarily terminal- and tmux-based, I wanted to share a little project I created about decade ago.<p>I&#x27;ve continued to use this as my primary terminal &quot;window manager&quot; and wanted to share in case others might find it useful.<p>I would love to hear about other&#x27;s terminal-based workflows and any other tools you may use with similar functionality.

Found: January 24, 2026 ID: 3138
Previous Page 62 of 217 Next